projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013ab7e
)
; * src/xterm.c (handle_one_xevent): Fix GTK build. (Bug#60883)
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 17 Jan 2023 17:45:12 +0000
(19:45 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 17 Jan 2023 17:45:12 +0000
(19:45 +0200)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 1373045393ab73bf833dfe0095f071e42053b652..1325d923be9fb50bd1de0ce3217d43c26d0324a3 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-24483,6
+24483,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
}
}
+#ifndef HAVE_EXT_TOOL_BAR
/* Now see if the touchpoint was previously on the tool bar.
If it was, release the tool bar. */
@@
-24507,6
+24508,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
/* Now clear the tool bar device. */
FRAME_OUTPUT_DATA (f)->tool_bar_touch_device = 0;
}
+#endif
goto XI_OTHER;
}